projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
926764b
)
Adwaita: suggested destrictive button focus
author
Jakub Steiner
<jimmac@gmail.com>
Wed, 6 May 2020 14:12:57 +0000
(16:12 +0200)
committer
Jakub Steiner
<jimmac@gmail.com>
Wed, 6 May 2020 14:12:57 +0000
(16:12 +0200)
Fixes https://gitlab.gnome.org/GNOME/gtk/-/issues/2704
gtk/theme/Adwaita/_common.scss
patch
|
blob
|
history
diff --git
a/gtk/theme/Adwaita/_common.scss
b/gtk/theme/Adwaita/_common.scss
index 5e8342f864ef19e882a44c5e470374f6701d1a12..894e9a51deeafe6266182d9a8a2b610e09f530cb 100644
(file)
--- a/
gtk/theme/Adwaita/_common.scss
+++ b/
gtk/theme/Adwaita/_common.scss
@@
-676,6
+676,7
@@
button {
(destructive-action, $destructive_color) {
&.#{$b_type} {
@include button(normal, $b_color, white);
+ @include focus-ring($fc: transparentize(white,0.1));
&.flat {
@include button(undecorated);